mscJNeuralNet.connectors.enumerations
Class NetConnectorsEnumeration

java.lang.Object
  extended bymscJNeuralNet.connectors.enumerations.NetConnectorsEnumeration
All Implemented Interfaces:
java.util.Enumeration

public class NetConnectorsEnumeration
extends java.lang.Object
implements java.util.Enumeration

Enumeration über alle verfügbaren Klassen, welche die Schnittstelle INetConnector implementieren.
Es werden die INetConnector in der folgenden Reihenfolge zurückgeliefert:

  • RandomNetConnector
  • RandomSymmetryBreakingNetConnector
  • WesselsBarnardNetConnector
  • Created on 09.06.2004

    Version:
    09.06.2004
    Author:
    M. Serhat Cinar
    See Also:
    INetConnector, Enumeration

    Constructor Summary
    NetConnectorsEnumeration()
               
     
    Method Summary
     boolean hasMoreElements()
               
     java.lang.Object nextElement()
              Es wird jeweils ein Objekt des Typs INetConnector zurückgeliefert.
     
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
     

    Constructor Detail

    NetConnectorsEnumeration

    public NetConnectorsEnumeration()
    Method Detail

    hasMoreElements

    public boolean hasMoreElements()
    Specified by:
    hasMoreElements in interface java.util.Enumeration

    nextElement

    public java.lang.Object nextElement()
    Es wird jeweils ein Objekt des Typs INetConnector zurückgeliefert.

    Specified by:
    nextElement in interface java.util.Enumeration
    See Also:
    Enumeration.nextElement(), INetConnector